home *** CD-ROM | disk | FTP | other *** search
-
- Durn="3.9"
-
-
- CamX=".05"
- CamY=".05"
- CamZ="200"
-
-
- CmLX="-.1"
- CmLY=".1"
- CmLZ="-10000"
-
- CUpX="0"
- CUpY="1"
- CUpZ="0"
-
-
- A0="0" //"rnd( 2 * pi )"
- A1="A0 + 2 * pi / 4"
- A2="A0 + 4 * pi / 4"
- A3="A0 + 6 * pi / 4"
- A4="2 * PI"
- A5=".7"
- A6= "A5*cos( a0 )"
- A7= "A5*sin( a0 )"
- A8= "A5*cos( a1 )"
- A9= "A5*sin( a1 )"
- A10="A5*cos( a2 )"
- A11="A5*sin( a2 )"
- A12="A5*cos( a3 )"
- A13="A5*sin( a3 )"
-
- A14="A5*cos( A0 + 4 * pi / 6 )"
- A15="A5*sin( a2 )"
- A16="A5*cos( a3 )"
- A17="A5*sin( a3 )"
-
- A18="trnc( 1 + rnd( 2.9 ) )" // rnd min flake line width
- A19="trnc( rnd( 5 ) )" // rnd flake line variance
-
- A20="100" // Box dist width
- A21=" NUM_S_STEPS * PI * 2 / 6"
-
- B0=".6 * BASS + 1.5"
-
- C0="0 * seed( st )" // set the seed for the current flake
- C1=""
- C2=""
-
- C3="a18 + rnd( a19 )" // flake line width
- C4="trwv( 2 * dt )"
- C5="rnd( a4 ) + t * rnd( .4 )" // flake z plane declination angle
- C6="rnd( a4 ) + t * rnd( .4 )" // flake rotation offset angle
- C7="( rnd( a20 ) - a20 * .5 ) * 1.3" // x center pos
- C8="( rnd( a20 ) - a20 * .5 ) - ( 5 + rnd( 14 ) ) * dt" // y center pos
-
- C9= "B0 * sin( c5 )"
- C10="B0 * cos( c5 )"
-
- D0="s * a21 + c6"
- D1="s * sin( D0 )"
-
-
- //D3="D2 * B0" // y
-
-
-
- X="s * cos( D0 ) * B0 + C7"
- Y="D1 * C10 + C8"
- Z="D1 * C9 + C8"
-
-
- R="c4"
- G="c4"
- B="c4"
-
-
-
-
- ConL=0
- ConB=0
- LWdt="c3"
-
-
- widt=200
- heig=200
- Scal="900"
- ScSz=1
- Pers="150"
- Vers=40
-
-